POV-Ray : Newsgroups : povray.binaries.images : welcome euro [93.5kb] : Re: welcome euro [93.5kb] Server Time
16 Aug 2024 18:18:44 EDT (-0400)
  Re: welcome euro [93.5kb]  
From: marabou
Date: 6 Jan 2002 13:18:08
Message: <3c3894e0@news.povray.org>
Ari-Matti Leppanen wrote:

>
> I use lights like:
> 
> #declare Pos = <10, 10, -10>
> #declare Amplitude = 15;
> #declare Size1 = 2;
> #declare Size2 = 3;
> 
> light_source { Pos
>   <1,1,1> * Amplitude
>   area_light Size1 Size2, 4, 4
am i right if this would mean:
area_light <2,2,2>, <3,3,3>, 4, 4 ?
>   fade_power 2
>   fade_distance sqrt(Size1*Size2)
> }
> 
> and control the brightness with the Amplitude. This seems to be a common
> way to do it.
it is a really common way.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.